From 81eb58aedbaa090f3ffbbad047ad42e8c6647c3a Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 16 Aug 2005 16:34:04 +0000 Subject: [PATCH] Only introduce domain to the store when we have store channel _and_ mfn. Signed-off-by: Christian Limpach --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index f11c622981..7e0c07ab53 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -583,7 +583,7 @@ class XendDomainInfo: self.create_channel() self.image.createImage() self.exportToDB() - if self.store_channel: + if self.store_channel and self.store_mfn >= 0: self.db.introduceDomain(self.id, self.store_mfn, self.store_channel) -- 2.30.2